golang.org/x/net/internal/timeseries.timeSeries.pendingTime (field)
6 uses
golang.org/x/net/internal/timeseries (current package)
timeseries.go#L131: pendingTime time.Time // what time are we keeping in pending
timeseries.go#L160: ts.pendingTime = time.Time{}
timeseries.go#L182: if t.After(ts.pendingTime) {
timeseries.go#L185: ts.pendingTime = ts.levels[0].end
timeseries.go#L188: } else if t.After(ts.pendingTime.Add(-1 * smallBucketDuration)) {
timeseries.go#L217: ts.mergeValue(ts.pending, ts.pendingTime)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)